Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the all-gradle group with 4 updates #387

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the all-gradle group with 4 updates: io.nlopez.compose.rules:detekt, org.keycloak:keycloak-admin-client, org.junit.jupiter:junit-jupiter-api and io.cucumber:cucumber-java.

Updates io.nlopez.compose.rules:detekt from 0.4.12 to 0.4.15

Release notes

Sourced from io.nlopez.compose.rules:detekt's releases.

v0.4.15

What's changed

v0.4.14

What's changed

v0.4.13

[!IMPORTANT] In this version, ParameterNaming was enabled by default unknowingly in detekt. You should add this to your detekt configuration file to disable it, in case you don't want it (as this rule is supposed to be opt-in only). This will be fixed in the next version.

  PreviewNaming:
    active: false

What's changed

Commits

Updates org.keycloak:keycloak-admin-client from 25.0.6 to 26.0.0

Updates org.junit.jupiter:junit-jupiter-api from 5.11.1 to 5.11.2

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

Commits
  • 5b1a6d1 Release 5.11.2
  • b7816b6 Finalize 5.11.2 release notes
  • f8e22c7 Finalize 5.10.5 release notes
  • 8e63938 Remove reference to 5.10.4 in 5.11.2 release notes
  • 7e9d728 Document #4043 in 5.10.5 release notes
  • c11f224 Create initial 5.10.5 release notes from template
  • ab94140 Fix global read-write lock handling when not declared on top level
  • 9658fac Add initial 5.11.2 release notes from template
  • 5f52ced Fix link to milestone page
  • 558f480 Back to snapshots for further development
  • See full diff in compare view

Updates io.cucumber:cucumber-java from 7.19.0 to 7.20.0

Release notes

Sourced from io.cucumber:cucumber-java's releases.

v7.20.0

Added

  • [JUnit Platform Engine] Enable use of custom UUID generators (#2926 M.P. Korstanje)
  • [JUnit] Enable use of custom UUID generators (#2926 M.P. Korstanje)
  • [TestNG] Enable use of custom UUID generators (#2926 M.P. Korstanje)

Changed

  • [JUnit Platform Engine] Use JUnit Platform 1.11.2 (JUnit Jupiter 5.11.2)

Fixed

  • [Core] Use custom UUID generators for hooks (#2926 M.P. Korstanje)
Changelog

Sourced from io.cucumber:cucumber-java's changelog.

[7.20.0] - 2024-10-04

Added

  • [JUnit Platform Engine] Enable use of custom UUID generators (#2926 M.P. Korstanje)
  • [JUnit] Enable use of custom UUID generators (#2926 M.P. Korstanje)
  • [TestNG] Enable use of custom UUID generators (#2926 M.P. Korstanje)

Changed

  • [JUnit Platform Engine] Use JUnit Platform 1.11.2 (JUnit Jupiter 5.11.2)

Fixed

  • [Core] Use custom UUID generators for hooks (#2926 M.P. Korstanje)
Commits
  • 7263c56 Prepare release v7.20.0
  • f98c95a Update CHANGELOG
  • 22a916d fix(deps): update dependency org.junit:junit-bom to v5.11.2
  • 3521226 chore(deps): update mockito monorepo to v5.14.1
  • 7e31bd7 chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.18.2
  • 43de8f4 chore(deps): update mockito monorepo to v5.14.0
  • 5f1c9e4 fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.18.0
  • 42c085b Update api-changes
  • f1658b1 fix(deps): update dependency org.junit:junit-bom to v5.11.1 (#2927)
  • 8029e93 [Core] Support custom UUID generators in test runners (#2926)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-gradle group with 4 updates: [io.nlopez.compose.rules:detekt](https://github.com/mrmans0n/compose-rules), org.keycloak:keycloak-admin-client, [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) and [io.cucumber:cucumber-java](https://github.com/cucumber/cucumber-jvm).


Updates `io.nlopez.compose.rules:detekt` from 0.4.12 to 0.4.15
- [Release notes](https://github.com/mrmans0n/compose-rules/releases)
- [Commits](mrmans0n/compose-rules@v0.4.12...v0.4.15)

Updates `org.keycloak:keycloak-admin-client` from 25.0.6 to 26.0.0

Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

Updates `io.cucumber:cucumber-java` from 7.19.0 to 7.20.0
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.19.0...v7.20.0)

---
updated-dependencies:
- dependency-name: io.nlopez.compose.rules:detekt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gradle
- dependency-name: org.keycloak:keycloak-admin-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-gradle
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gradle
- dependency-name: io.cucumber:cucumber-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from yacosta738 as a code owner October 7, 2024 06:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 7, 2024
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.50%. Comparing base (fc7dbbf) to head (8863c4c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #387      +/-   ##
==========================================
- Coverage   92.05%   91.50%   -0.55%     
==========================================
  Files         360      361       +1     
  Lines        4168     4193      +25     
  Branches      372      377       +5     
==========================================
  Hits         3837     3837              
- Misses        197      222      +25     
  Partials      134      134              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yacosta738 yacosta738 merged commit e7c43ec into main Oct 8, 2024
14 of 15 checks passed
@yacosta738 yacosta738 deleted the dependabot/gradle/all-gradle-43b2aff211 branch October 8, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant